projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91932ff
)
widget: Remove useless assignment
author
Timm Bäder
<mail@baedert.org>
Tue, 2 May 2017 18:54:57 +0000
(20:54 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 5 May 2017 09:18:05 +0000
(11:18 +0200)
We don't use adjusted_allocation after this line.
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index b306aae5080d288ca22b9af5621a770ad9b1201c..2ed10387694b9697489fb8bbb3b1c6dde07d83bb 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-5458,7
+5458,6
@@
gtk_widget_size_allocate_with_baseline (GtkWidget *widget,
G_OBJECT_TYPE_NAME (widget), widget,
real_allocation.x, real_allocation.y, real_allocation.width, real_allocation.height,
adjusted_allocation.x, adjusted_allocation.y, adjusted_allocation.width, adjusted_allocation.height);
- adjusted_allocation = real_allocation; /* veto it */
}
else
{